To start use either Octave --traditional or Matlab.

-Gridify-------------------------------------------------------------------
Usage:
grigliata(name of model in obj format, pass in i direction, pass in j direction)
pass is the pass of grid in model units

Es. grigliata('model.obj',0.2,0.2)

The program is C4D ready but can be used with rhino or other software.
To disable the Z-Y swapping edit line 22 in grigliata.m to:
c4d = 0;
------------------------------------------------------------------------

-obj2odx-
Usage:
obj2odx(name of model in obj format)

Es. obj('model.obj')

The program is C4D ready but can be used with rhino or other software.
To disable the Z-Y swapping edit line 15 in obj2odx.m to:
c4d = 0;
---------------------------------------------------------------------------




